Thread Synchronization
Performance Breakthrough
Fine-grain thread synchronization support is an important part of Java's promise, especially on large servers and multi-processors
In all current Java Virtual Machines, synchronization is very expensive
Sun's next-generation Virtual Machine will incorporate a breakthrough synchronization mechanism that makes synchronization practically free

Return to Tracks